Latest Blog for Microsoft Dynamic 365 Solutions | CloudFronts

Technique to hide whitespace if the textbox value is not present in a report in Dynamics NAV

Introduction: In this article I will be giving the procedure required to hide whitespace if the textbox value is empty and hence not displayed in a report of Dynamics NAV. Pre-Requisite: Microsoft Dynamics NAV Procedure: 1. I have created a simple report with four field values from Customer table for demonstration. 2. I want to … Continue reading Technique to hide whitespace if the textbox value is not present in a report in Dynamics NAV

Share Story :

Procedure to create a custom Cue based on a query and a normal field in Dynamics NAV

Introduction: To show visual representation of aggregated data in Microsoft Dynamics NAV client, tiles are created in NAV which are called Cues. Cues are more user-friendly. It helps the user to get quick details of aggregated data like the total number of open sales orders, total number of customers with a particular status, etc. Pre-Requisite: … Continue reading Procedure to create a custom Cue based on a query and a normal field in Dynamics NAV

Share Story :

Procedure to create custom No. Series in Dynamics NAV

Introduction: No. Series is used to create records in Dynamics NAV with unique numbers. Unique numbers are assigned to data records automatically using No. Series. The format to be used for the No. Series should be set up initially once which consists of a combination of numbers and alphabets. Pre-Requisite: Microsoft Dynamics NAV Purpose: In … Continue reading Procedure to create custom No. Series in Dynamics NAV

Share Story :

Steps to create and use a Client Control Add-in in Microsoft Dynamics NAV

Introduction: Microsoft Dynamics NAV control add-ins can be created using the NAV .dll assembly viz. Microsoft.Dynamics.Framework.UI.Extensibility.dll assembly. This .dll binds the NAV control add-in and the NAV environment. This control add-in has to be implemented in Visual Studio and then registered in Dynamics NAV by navigating to Control Add-ins. Pre-Requisite: Microsoft Dynamics NAV Purpose: In … Continue reading Steps to create and use a Client Control Add-in in Microsoft Dynamics NAV

Share Story :

Procedure to display the Amount in Words in a report of Microsoft Dynamics NAV

Introduction: In this article, I will be explaining the procedure to display amount in words in a report of Microsoft Dynamics NAV. Pre-Requisite: Microsoft Dynamics NAV 2016 Procedure: Step 1: Declare the following variables in C/AL Globals: ‘RepCheck’ is a variable of DataType ‘Report’ and Subtype ‘Check’ which is Report 1401. ‘NoText’ is a variable … Continue reading Procedure to display the Amount in Words in a report of Microsoft Dynamics NAV

Share Story :

Procedure to create custom logs in Dynamics NAV

Introduction: To track changes that are made to records in a particular table and to store them sequentially in NAV, logs have to be created. Using logs we can record changes that are made to standard or custom fields in a table. In this article, I will be demonstrating the steps required to setup logs … Continue reading Procedure to create custom logs in Dynamics NAV

Share Story :

Procedure to repeat table header rows on every page of a report in Dynamics NAV

Introduction: In reports, we always a requirement to display header rows of the table on every page. In this article, I will be explaining the steps to do the same in Dynamics NAV. Pre-Requisite: 1. Microsoft Dynamics NAV 2. Visual Studio Report design Environment Procedure: 1. Under layout of your report, click on the arrow … Continue reading Procedure to repeat table header rows on every page of a report in Dynamics NAV

Share Story :

Dynamically hide and show fields according to a specific condition on a page in Dynamics NAV

Introduction: We often have a requirement to dynamically hide or show fields on a page according to a certain condition. Setting visibility properties of the fields to ‘True’ or ‘False’ do not help as they do not work dynamically. They are only set when the page is opened initially. In this article, I will be … Continue reading Dynamically hide and show fields according to a specific condition on a page in Dynamics NAV

Share Story :

Export data to Excel in Dynamics NAV with Column captions using XML port

Introduction: With the help of XML port, it is possible to import and export data in Dynamics NAV. While exporting data to an Excel sheet, we always have a requirement to export data along with the column captions to an excel sheet. In this blog article, I will be explaining the procedure to achieve the … Continue reading Export data to Excel in Dynamics NAV with Column captions using XML port

Share Story :

Set up Single Sign-on in Dynamics NAV with Office 365 using Windows PowerShell

Introduction: Single sign-on (SSO) in Dynamics NAV is a process which authenticates a user to access NAV Web client and NAV windows client using Office 365 email login credentials. When a new Office 365 subscription is provisioned, the Azure AD tenant for this subscription has to be created. Pre-Requisites Microsoft Azure Active Directory Module for … Continue reading Set up Single Sign-on in Dynamics NAV with Office 365 using Windows PowerShell

Share Story :

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close